home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / NinoContacts / NINO_D~1.MDB / T Appelation.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-10-21  |  192 b 

  1. {
  2.     "schema": {
  3.         "Id Appelation": "Long Integer",
  4.         "Appelation": "Text (50)"
  5.     },
  6.     "data": [
  7.         {
  8.             "Id Appelation": 1,
  9.             "Appelation": "Mr"
  10.         },
  11.         {
  12.             "Id Appelation": 2,
  13.             "Appelation": "Ms"
  14.         },
  15.         {
  16.             "Id Appelation": 3,
  17.             "Appelation": "Mrs"
  18.         }
  19.     ]
  20. }